Skip to content

Conversation

@saurabhjain1592
Copy link
Member

@saurabhjain1592 saurabhjain1592 commented Jan 14, 2026

Summary

Add new response fields for MCP exfiltration detection (#966) and dynamic policies (#968).

New Types

  • ExfiltrationCheckInfo: getRowsReturned(), getRowLimit(), getBytesReturned(), getByteLimit(), isWithinLimits()
  • DynamicPolicyInfo: getPoliciesEvaluated(), getMatchedPolicies(), isOrchestratorReachable(), getProcessingTimeMs()
  • DynamicPolicyMatch: getPolicyId(), getPolicyName(), getPolicyType(), getAction(), getReason()

Changes

  • Add new type classes in com.getaxonflow.sdk.types package
  • Update ConnectorPolicyInfo to include optional getExfiltrationCheck() and getDynamicPolicyInfo() fields
  • Add CHANGELOG entry for v2.4.0

Test plan

  • Build SDK locally (mvn compile)
  • Test with exfiltration example
  • Test with dynamic policy example

Add new response fields for MCP exfiltration detection and dynamic policies:

- ExfiltrationCheckInfo: rows_returned, row_limit, bytes_returned, byte_limit, within_limits
- DynamicPolicyInfo: policies_evaluated, matched_policies, orchestrator_reachable, processing_time_ms
- DynamicPolicyMatch: policy_id, policy_name, policy_type, action, reason

Update ConnectorPolicyInfo to include optional getExfiltrationCheck() and getDynamicPolicyInfo() fields.

CHANGELOG.md updated for v2.4.0.
@saurabhjain1592 saurabhjain1592 merged commit 4681537 into main Jan 14, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants